From: Keir Fraser Date: Tue, 31 Jan 2012 11:37:03 +0000 (+0000) Subject: public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo. X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=c9929dfe104deb98f5f5213c2cefba40c2dd6d47;p=xen.git public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo. Signed-off-by: Keir Fraser --- diff --git a/xen/include/public/physdev.h b/xen/include/public/physdev.h index 16d800f58c..b78eeba9ca 100644 --- a/xen/include/public/physdev.h +++ b/xen/include/public/physdev.h @@ -333,7 +333,7 @@ DEFINE_XEN_GUEST_HANDLE(physdev_pci_device_t); #define PHYSDEVOP_IRQ_NEEDS_UNMASK_NOTIFY XENIRQSTAT_needs_eoi #define PHYSDEVOP_IRQ_SHARED XENIRQSTAT_shared -#if __XEN_INTERFACE_VERSION < 0x00040200 +#if __XEN_INTERFACE_VERSION__ < 0x00040200 #define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v1 #else #define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v2